home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / slrn / slrn_src / src / startup.h < prev    next >
C/C++ Source or Header  |  1999-05-14  |  1KB  |  33 lines

  1. /* Copyright (c) 1998 John E. Davis (davis@space.mit.edu)
  2.  *
  3.  * This file is part of slrn.
  4.  *
  5.  * Slrn is free software; you can redistribute it and/or modify it
  6.  * under the terms of the GNU General Public License as published by the
  7.  * Free Software Foundation; either version 2, or (at your option) any
  8.  * later version.
  9.  * 
  10.  * Slrn is distributed in the hope that it will be useful, but WITHOUT
  11.  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12.  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13.  * for more details.
  14.  * 
  15.  * You should have received a copy of the GNU General Public License
  16.  * along with Slrn; see the file COPYING.  If not, write to the Free
  17.  * Software Foundation, 59 Temple Place - Suite 330, 
  18.  * Boston, MA  02111-1307, USA.
  19.  */
  20.  
  21. extern int slrn_read_startup_file (char *);
  22. extern void slrn_startup_initialize (void);
  23. extern char *slrn_map_file_to_host (char *);
  24. extern int Slrn_Autobaud;
  25. extern char *Slrn_Score_File;
  26. extern int Slrn_Scroll_By_Page;
  27.  
  28. extern int slrn_set_string_variable (char *, char *);
  29. extern int slrn_set_integer_variable (char *, int);
  30. extern int slrn_get_variable_value (char *, int *, char ***, int **);
  31. extern int slrn_get_authorization (char *, char **, char **);
  32. extern int slrn_set_object_color (char *, char *, char *);
  33.